[.NET] Fixed issue so that Visual Studio does not crash and bound series can be added properly through ' Add Bound Series' from suggested actions.
[.NET] Design-time initialization improvements for charting controls.
[.NET] Improved axis title layout for scenarios with multiple plot areas.
Core
Bug fixes
[.NET] [C1MultiSelect] Resolved ArgumentException thrown when clicking 'Items Source' collection editor reset button after removing all items from 'Data Collection' collection editor of C1PropertyGrid.
Docking
Bug fixes
[.NET] [Regression][Docking] Fixed Extra DockTabItem bug caused when loading the saved layout and making changes in Settings to improve memory usage.
[.NET Framework] [C1DockControl] Made minor changes in Settings of C1DockControl to prevent memory leak.
FlexChart
Bug fixes
[.NET Framework] Improved axis title layout for scenarios with multiple plot areas.
FlexGrid
Bug Fixes
[.NET Framework] [FlexGridFilter] Resolved System.Windows.Data error 25 shown in output when opening the conditions for filtering.
GanttView
Breaking changes
ReportOptions.PrintEntrieProject property is obsolete so it has been replaced by PrintEntireProject property instead.
[GanttView] Default printing settings have been changed to only print time range which contains tasks. Time range is initialized automatically based on the content of GanttView.Tasks collection. End-user can still change dates or select an option to print entire project.
Improvements
[.NET] Improved behavior of ScrollToTask method. Honored BarStyle text options and selected task bar can be seen properly with its bar text in visible area of the ChartView.
Bug fixes
Set maximum allowable Font Size in font editors to 72.
Fixed issue where '\n' is shown on Error Validation Message of the Task when task is over the Deadline on GanttView.
Applied FieldStyle to all task fields if FieldName hasn't been set at design-time.
Fixed Drag notification so it disappears when GanttView is unloaded.
Resolved "Bad xml file. Importing failed" error message shown when importing the MS project XML after adding Exceptions to the GanttTasks.
[.NET] Resolved NullReferenceException shown when attempting to Zoom with all TimeScale tiers hidden.
[.NET] It is now possible to change the Hours per day via Project Information - Calendar Options form.
[.NET] Fixed ScrollToTask() method to scroll the Horizontal scrollbar.
[.NET] Fixed GanttView so that an extra blank page is not printed/previewed when printing with "Print Specific dates" options.
[.NET Framework] Resolved 'System.OutOfMemoryException' occurred in PresentationFramework.dll when previewing the ganttview with 200 tasks.
[.NET Framework] Improved memory management so that memory does not leak when printing.
[.NET Framework] Fixed issue so that new line is shown in Duration Formats descriptions of Project Information dialog box.
[.NET Framework] Resolved System.OverflowException thrown when inputting long value to any numeric box of WorkWeek/Exception tab at "Change Working Time" dialog box.
[.NET Framework] Resolved System.ArgumentException thrown when inputting the invalid value to Fontsize numeric box of FieldStyles dialog box.
[.NET Framework] Fixed ChartView to show at runtime when ChartStartDate is set in code.
[.NET Framework] Resolved TargetInvocationException thrown when setting ShowProjectSummary = True at DesignTime.
[.NET Framework] Fixed GanttView commands that could not be executed using the toolbar buttons.
[.NET Framework] Resolved 'System.NullReferenceException' thrown when adding new calendar from Create New Calendar dialog box.
Grid
Breaking changes
[.NET] Root template part of GridColumnHeaderCell type has been changed to GridColumnHeaderPanel.
Bug fixes
[.NET] Fixed column-header layout so that sort icon has preference over text in size constrained cases.
[.NET] Fixed Tab Key Action in FlexGrid, ensuring proper focus behavior and preventing default Tab key action in nested components.
[.NET] Fixed exception thrown when the dispatcher was used to show a message in the CellEditEnded event handler.
GridControl
Bug fixes
[.NET] Fixed an issue where keyboard focus did not move correctly to FlexGrid cells when the end-user navigated the column menu using the keyboard.
[.NET] Fixed ‘StartEditing’ and ‘FinishEditing’ methods to work properly.
[.NET] Fixed Tab Key Action in FlexGrid, ensuring proper focus behavior and preventing default Tab key action in nested components.
Input
Improvements
[.NET] [C1DropDown] Avoided executing JS calls on hidden content, particularly the popup when the component is in a collapsed state.
Bug fixes
[.NET] [NumericBox] Fixed issue so that focus returns to the editor part of C1NumericBox after clicking on the increase/decrease button.
[.NET] [C1TextBox] Updated value-setting logic to ensure proper support for two-way binding.
[.NET] C1MultiSelect.Items now inserts items properly.
[.NET] [NumericBox] Fixed cursor position when the existing text is selected and SelectOnFocus property = Always.
[.NET] [C1Popup][C1DropDown] Fixed issue with C1Popup.CloseTrigger not closing the popup when the focus moves out by pressing the TAB key, with PopupTrigger.BlurPopup set.
[.NET] [C1MaskedTextBox] Corrected the processing of the initial Text value.
ListView
Bug fixes
[.NET] SelectedIndex now updates correctly when a Replace notification occurs with a different new item count than the old one.
[.NET] [MultiSelect][C1ListView] Resolved StackOverflowException thrown when reset button of 'Selected Items' collection editor from C1PropertyGrid was clicked.
Menu
Bug fixes
[.NET] Fixed issue with C1Popup.CloseTrigger not closing the popup when the focus moves out by pressing the TAB key, with PopupTrigger.BlurPopup set.
PropertyGrid
Bug fixes
[.NET] Fixed Window of AdvancedEditor to close when the property is reset.
[.NET] Resolved the issue where "The item could not be added to the collection." error message appeared when the editor was reloaded while the PropertyChanged event was raised and the editor was focused.
[.NET] Fixed Attached properties to resolve correctly when added explicitly.
Themes
Bug fixes
[.NET] [Theming] Updated MS Tab Control styles for all Office365 themes.